]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/ogl/src/divided.h
Various fixes.
[wxWidgets.git] / utils / ogl / src / divided.h
index dde6251367dc54473ef08f4b74e4d66195793f25..f8404637dfabfc191a5915763ed5cf3466f7cf29 100644 (file)
@@ -47,9 +47,8 @@ class wxDividedShape: public wxRectangleShape
   void ResetMandatoryControlPoints();
 
 #ifdef PROLOGIO
-  // Prolog database stuff
-  void WritePrologAttributes(wxExpr *clause);
-  void ReadPrologAttributes(wxExpr *clause);
+  void WriteAttributes(wxExpr *clause);
+  void ReadAttributes(wxExpr *clause);
 #endif
 
   void Copy(wxShape &copy);
@@ -65,7 +64,7 @@ class wxDividedShape: public wxRectangleShape
   bool GetAttachmentPosition(int attachment, double *x, double *y,
                                      int nth = 0, int no_arcs = 1, wxLineShape *line = NULL);
   bool AttachmentIsValid(int attachment);
-  int GetNumberOfAttachments();
+  int GetNumberOfAttachments() const;
 
   // Invoke editor on CTRL-right click
   void OnRightClick(double x, double y, int keys = 0, int attachment = 0);