diff options
Diffstat (limited to 'plugins/XSoundNotify/src/Common.h')
-rw-r--r-- | plugins/XSoundNotify/src/Common.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/XSoundNotify/src/Common.h b/plugins/XSoundNotify/src/Common.h index edccbabc4f..3b5edc0daa 100644 --- a/plugins/XSoundNotify/src/Common.h +++ b/plugins/XSoundNotify/src/Common.h @@ -25,9 +25,9 @@ struct XSN_Data HANDLE hContact;
TCHAR path[MAX_PATH];
-__inline XSN_Data(HANDLE _aContact, TCHAR *_path) :
- hContact(_aContact)
-{
- _tcsncpy(path, _path, SIZEOF(path));
-}
+ __forceinline XSN_Data(HANDLE _aContact, TCHAR *_path) :
+ hContact(_aContact)
+ {
+ _tcsncpy(path, _path, SIZEOF(path));
+ }
};
\ No newline at end of file |