]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/datectrl.h
add const qualifiers
[wxWidgets.git] / interface / datectrl.h
index ecf23f98a4833d84184c68824c879a91a6baa64c..a4fa0ded8f048fc3c294b19d7ea51325f14cb706 100644 (file)
@@ -119,13 +119,13 @@ public:
         @returns @false if no range limits are currently set, @true if at least one
                  bound is set.
     */
-    bool GetRange(wxDateTime* dt1, wxDateTime dt2);
+    bool GetRange(wxDateTime* dt1, wxDateTime dt2) const;
 
     /**
         Returns the currently selected. If there is no selection or the selection is
         outside of the current range, an invalid object is returned.
     */
-    wxDateTime GetValue();
+    wxDateTime GetValue() const;
 
     /**
         Please note that this function is only available in the generic version of this