]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stackwalk.h
just fix some $Id$ tokens
[wxWidgets.git] / include / wx / stackwalk.h
index 2a652b0759fff07dfcbb170feed67e266762fdec..47805cd73854e9cbd3520c9ab7ea70161de08141 100644 (file)
@@ -27,7 +27,7 @@ class WXDLLIMPEXP_BASE wxStackFrameBase
 private:
     // put this inline function here so that it is defined before use
     wxStackFrameBase *ConstCast() const
-        { return wx_const_cast(wxStackFrameBase *, this); }
+        { return const_cast<wxStackFrameBase *>(this); }
 
 public:
     wxStackFrameBase(size_t level, void *address = NULL)