Fl_Preferences: made implicitly defined constructors and operators unavailable.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4458 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
9d32c9a60f
commit
0af617b641
@ -101,6 +101,11 @@ public:
|
||||
|
||||
private:
|
||||
|
||||
// make the following functions unavailable
|
||||
Fl_Preferences();
|
||||
Fl_Preferences(const Fl_Preferences&);
|
||||
Fl_Preferences &operator=(const Fl_Preferences&);
|
||||
|
||||
static char nameBuffer[128];
|
||||
|
||||
class FL_EXPORT Node // a node contains a list to all its entries
|
||||
|
Loading…
Reference in New Issue
Block a user