This commit is contained in:
Birunthan Mohanathas
2012-06-27 14:49:52 +03:00
parent b07d9131ef
commit 3b8ab1e6e8
3 changed files with 3 additions and 17 deletions

View File

@ -245,7 +245,7 @@ public:
Gdiplus::PrivateFontCollection* GetPrivateFontCollection() { return m_FontCollection; }
CMeter* GetMeter(const std::wstring& meterName);
CMeasure* GetMeasure(const std::wstring& measureName);
CMeasure* GetMeasure(const std::wstring& measureName) { return m_Parser.GetMeasure(measureName); }
friend class CDialogManage;