From fefa34c8d2d2501ca1ec2e7cd57f98a8816f3939 Mon Sep 17 00:00:00 2001 From: pescuma Date: Thu, 8 Jan 2009 03:26:01 +0000 Subject: skins: Added initial version of options dialog git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@125 c086bb3d-8645-0410-b8da-73a8550f86e7 --- Plugins/skins/SkinLib/SkinOptions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Plugins/skins/SkinLib/SkinOptions.h') diff --git a/Plugins/skins/SkinLib/SkinOptions.h b/Plugins/skins/SkinLib/SkinOptions.h index f6a27da..41d238a 100644 --- a/Plugins/skins/SkinLib/SkinOptions.h +++ b/Plugins/skins/SkinLib/SkinOptions.h @@ -75,7 +75,7 @@ public: bool addOption(SkinOption *opt); SkinOption * getOption(const char *name) const; SkinOption * getOption(unsigned int pos) const; - unsigned int getNumOptions(); + unsigned int getNumOptions() const; void clearOptions(); void setOnOptionAddRemoveCallback(SkinOptionCallback cb, void *param = NULL); -- cgit v1.2.3