diff options
Diffstat (limited to 'plugins/Quotes/src/ComHelper.h')
-rw-r--r-- | plugins/Quotes/src/ComHelper.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Quotes/src/ComHelper.h b/plugins/Quotes/src/ComHelper.h index a9d87784d8..16f565b5be 100644 --- a/plugins/Quotes/src/ComHelper.h +++ b/plugins/Quotes/src/ComHelper.h @@ -1,7 +1,7 @@ #ifndef __37ae28ab_c414_4aba_bbef_d23dd68643a5_ComHelper_h__
#define __37ae28ab_c414_4aba_bbef_d23dd68643a5_ComHelper_h__
-void ShowComError(_com_error& e,const tstring& rsAdditionalInfo);
-tstring ComException2Msg(_com_error& e,const tstring& rsAdditionalInfo);
+void ShowComError(_com_error& e, const tstring& rsAdditionalInfo);
+tstring ComException2Msg(_com_error& e, const tstring& rsAdditionalInfo);
#endif//__37ae28ab_c414_4aba_bbef_d23dd68643a5_ComHelper_h__
|