diff options
Diffstat (limited to 'glcdskin/font.h')
-rw-r--r-- | glcdskin/font.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/glcdskin/font.h b/glcdskin/font.h index d11fa50..80e5556 100644 --- a/glcdskin/font.h +++ b/glcdskin/font.h @@ -49,8 +49,11 @@ private: cSkinDisplay mDummyDisplay; cSkinObject mDummyObject; + static int FcInitCount; + public: cSkinFont(cSkin * Parent); + ~cSkinFont(void); bool ParseUrl(const std::string & Text); bool ParseCondition(const std::string & Text); |