]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix compile error
authorRobin Dunn <robin@alldunn.com>
Fri, 1 Dec 2006 23:52:54 +0000 (23:52 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 1 Dec 2006 23:52:54 +0000 (23:52 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43736 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/richtext/richtextbuffer.h

index 1ca2facd2f77697ba50b0540ecc9269d5b2e1cc2..c414e1394f9732eb3ab0769002feb32b59b65999 100644 (file)
@@ -1869,7 +1869,7 @@ public:
     /// Get the style that is appropriate for a new paragraph at this position.
     /// If the previous paragraph has a paragraph style name, look up the next-paragraph
     /// style.
     /// Get the style that is appropriate for a new paragraph at this position.
     /// If the previous paragraph has a paragraph style name, look up the next-paragraph
     /// style.
-    wxRichTextAttr GetStyleForNewParagraph(long pos, bool caretPosition = false) const;
+    wxRichTextAttr GetStyleForNewParagraph(long pos, bool caretPosition = false, bool lookUpNewParaStyle=false) const;
 
     /// Dumps contents of buffer for debugging purposes
     virtual void Dump();
 
     /// Dumps contents of buffer for debugging purposes
     virtual void Dump();