]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/richtext/richtextbuffer.h
wxCore build fix.
[wxWidgets.git] / include / wx / richtext / richtextbuffer.h
index 5916a2dfaab086fbf2b93dd34c420be25c797438..e1633bc419859c63d4ebd64bb472ae19dee2cada 100644 (file)
@@ -1492,7 +1492,7 @@ public:
     virtual void ClearStyleStack();
 
     /// Get the size of the style stack, for example to check correct nesting
-    virtual int GetStyleStackSize() const { return m_attributeStack.GetCount(); }
+    virtual size_t GetStyleStackSize() const { return m_attributeStack.GetCount(); }
 
     /// Begin using bold
     bool BeginBold();