]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/scrolwin.h
Added missing const for comparision operators.
[wxWidgets.git] / include / wx / gtk / scrolwin.h
index 5e86b9f26a9ae1baafd93b57da69689ef19d8aeb..8209f2d61a44e6e6059bdc6acf234c4032b11742 100644 (file)
@@ -63,7 +63,7 @@ public:
     // the area between the scrollbars (spreadsheet: only cell area
     // will move).
     virtual void SetTargetWindow( wxWindow *target, bool pushEventHandler = FALSE );
-    virtual wxWindow *GetTargetWindow();
+    virtual wxWindow *GetTargetWindow() const;
 
     // Set the scrolled area of the window.
     virtual void DoSetVirtualSize( int x, int y );