openbsd-ports/x11/wmi/patches/patch-src_kernel_h
2022-03-11 20:15:18 +00:00

12 lines
307 B
Plaintext

--- 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);