summaryrefslogtreecommitdiff
path: root/client/widgets/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/widgets/window.h')
-rw-r--r--client/widgets/window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/widgets/window.h b/client/widgets/window.h
index 2214b16..109cf11 100644
--- a/client/widgets/window.h
+++ b/client/widgets/window.h
@@ -41,7 +41,7 @@ public:
void setWdgValid(bool) {}
- bool setKeyboardFocus() { return false; }
+ bool setKeyboardFocus();
};
#endif/*__PRACRO_WINDOW_H__*/