summaryrefslogtreecommitdiff
path: root/embedserv/source/inc/syswinwrapper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'embedserv/source/inc/syswinwrapper.hxx')
-rw-r--r--embedserv/source/inc/syswinwrapper.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/embedserv/source/inc/syswinwrapper.hxx b/embedserv/source/inc/syswinwrapper.hxx
index bde2efce0bf0..422dff9c3a4a 100644
--- a/embedserv/source/inc/syswinwrapper.hxx
+++ b/embedserv/source/inc/syswinwrapper.hxx
@@ -52,11 +52,11 @@ namespace winwrap {
public:
//Standard Class Functions
CWindow(HINSTANCE);
- ~CWindow(void);
+ ~CWindow();
//Just returns members. No need to modify
- HWND Window(void);
- HINSTANCE Instance(void);
+ HWND Window();
+ HINSTANCE Instance();
};
@@ -155,12 +155,12 @@ protected:
public:
CHatchWin(HINSTANCE,const DocumentHolder*);
- ~CHatchWin(void);
+ ~CHatchWin();
BOOL Init(HWND, UINT, HWND);
HWND HwndAssociateSet(HWND);
- HWND HwndAssociateGet(void);
+ HWND HwndAssociateGet();
void RectsSet(LPRECT, LPRECT);
void ChildSet(HWND);