openbsd-ports/x11/wmi/patches/patch-src_kernel_h

13 lines
374 B
Plaintext
Raw Normal View History

2010-05-24 18:31:25 -04:00
$OpenBSD: patch-src_kernel_h,v 1.1 2010/05/24 22:31:25 espie Exp $
--- src/kernel.h.orig Tue May 25 00:21:21 2010
+++ src/kernel.h Tue May 25 00:21:31 2010
@@ -167,7 +167,7 @@ class Kernel : public Singleton<Kernel> (public)
void cleanup();
- Prompt *Kernel::defaultPrompt() const;
+ Prompt *defaultPrompt() const;
void setMenuMode(bool isMenuMode);