]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stc/scintilla/include/Platform.h
build fix for AIX
[wxWidgets.git] / src / stc / scintilla / include / Platform.h
index 9dafa9f7d6e78f9ae274100ecee4e4d827a4475a..679294cad7702fb64084a099236bee977915a129 100644 (file)
@@ -302,8 +302,8 @@ private:
        Surface(const Surface &) {}
        Surface &operator=(const Surface &) { return *this; }
 public:
-       Surface() {};
-       virtual ~Surface() {};
+       Surface() {}
+       virtual ~Surface() {}
        static Surface *Allocate();
 
        virtual void Init(WindowID wid)=0;
@@ -443,7 +443,7 @@ public:
  */
 class DynamicLibrary {
 public:
-       virtual ~DynamicLibrary() {};
+       virtual ~DynamicLibrary() {}
 
        /// @return Pointer to function "name", or NULL on failure.
        virtual Function FindFunction(const char *name) = 0;