diff options
author | George Hazan <ghazan@miranda.im> | 2019-03-12 14:01:25 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-03-12 14:01:25 +0300 |
commit | 9e961742215a746f76f95c154592609223910dab (patch) | |
tree | 2eef51194c8400afcd79c468c9572ed1fd7e9f6e /plugins/MirandaG15/src/CIRCHistory.h | |
parent | 8dd4143614ffa1a309f07f0b1a19921955f9c3f5 (diff) |
more code cleaning
Diffstat (limited to 'plugins/MirandaG15/src/CIRCHistory.h')
-rw-r--r-- | plugins/MirandaG15/src/CIRCHistory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MirandaG15/src/CIRCHistory.h b/plugins/MirandaG15/src/CIRCHistory.h index 5b46ae32c9..667c1efd26 100644 --- a/plugins/MirandaG15/src/CIRCHistory.h +++ b/plugins/MirandaG15/src/CIRCHistory.h @@ -3,7 +3,7 @@ struct SIRCMessage
{
- tm Time;
+ struct tm Time;
bool bIsMe;
tstring strMessage;
};
|