CComponentsFrmClock: add missing comment

Origin commit data
------------------
Branch: ni/coolstream
Commit: 220c479b9e
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-06-04 (Tue, 04 Jun 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2013-06-04 20:18:10 +02:00
parent 7c918cd407
commit 461b80ca4c

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(); }
};