CComponentsFrmClock: add missing comment

This commit is contained in:
2013-06-04 20:18:10 +02:00
parent 32617f5b3c
commit 220c479b9e

View File

@@ -115,6 +115,7 @@ class CComponentsFrmClock : public CComponentsForm
///show clock on screen
void paint(bool do_save_bg = CC_SAVE_SCREEN_YES);
///reinitialize clock contents
void refresh() { initCCLockItems(); }
};