X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/42cfaf8cd4464466398ed888cb2caa5ee360c7ef..6164d85e896743b16a0cf8b0610f5d17ceb47f36:/utils/ogl/src/divided.h diff --git a/utils/ogl/src/divided.h b/utils/ogl/src/divided.h index dde6251367..f8404637df 100644 --- a/utils/ogl/src/divided.h +++ b/utils/ogl/src/divided.h @@ -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 ©); @@ -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);