From 9785733416ef26d325802b81692f6fdc3506be55 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 7 Apr 2000 12:04:36 +0000 Subject: Changing code to ensure no warnings are produced by compilers. --- include/Platform.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/Platform.h') diff --git a/include/Platform.h b/include/Platform.h index 1ac931ce2..b60469488 100644 --- a/include/Platform.h +++ b/include/Platform.h @@ -308,6 +308,7 @@ protected: WindowID id; public: Window() : id(0) {} + Window(const Window &source) : id(source.id) {} virtual ~Window(); Window &operator=(WindowID id_) { id = id_; -- cgit v1.2.3