diff options
author | George Hazan <george.hazan@gmail.com> | 2015-09-10 13:56:09 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-09-10 13:56:09 +0000 |
commit | 1d8d61cc0a86fbd1294ddc5b07649cd477fd1de5 (patch) | |
tree | 70cb6485da2a582f2b28ac2487429b38d1d5b41f /plugins/SkypeStatusChange/src/options.cpp | |
parent | f7af320a341931e59e5b2cab1249cf103b66a2a7 (diff) |
unused atl include files removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@15320 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SkypeStatusChange/src/options.cpp')
-rw-r--r-- | plugins/SkypeStatusChange/src/options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SkypeStatusChange/src/options.cpp b/plugins/SkypeStatusChange/src/options.cpp index 56571b3e55..a600cb3e12 100644 --- a/plugins/SkypeStatusChange/src/options.cpp +++ b/plugins/SkypeStatusChange/src/options.cpp @@ -145,7 +145,7 @@ inline ETreeCheckBoxState tree_get_state_image(HWND hwndTree,HTREEITEM hti) return static_cast<ETreeCheckBoxState>(nState);
}
- _ASSERT(!"we should never get here!");
+ assert(!"we should never get here!");
return TCBS_UNCHECKED;
}
|