diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-07-08 16:05:43 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-07-08 16:05:43 +0000 |
commit | adab25b574bb359bf11dbc175e5bf983f7b388cd (patch) | |
tree | 4e90aebd0fbfd21f7b19efd482bf73595231262f /plugins/FTPFileYM/mir_db.cpp | |
parent | ceca2626dbff2f0045ed275394f4f29e14d563ea (diff) |
FTPFileYM:
adopted
git-svn-id: http://svn.miranda-ng.org/main/trunk@851 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FTPFileYM/mir_db.cpp')
-rw-r--r-- | plugins/FTPFileYM/mir_db.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/FTPFileYM/mir_db.cpp b/plugins/FTPFileYM/mir_db.cpp index 1a466f7863..f5745d9f24 100644 --- a/plugins/FTPFileYM/mir_db.cpp +++ b/plugins/FTPFileYM/mir_db.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "mir_db.h"
+#include "common.h"
int DB::setByte(HANDLE hContact, char *szModule, char *szSetting, int iValue)
{
@@ -194,5 +194,4 @@ char *DB::getProto(HANDLE hContact) {
char *szProto = (char *)CallService(MS_PROTO_GETCONTACTBASEPROTO, (WPARAM)hContact, 0);
return ((INT_PTR)szProto != CALLSERVICE_NOTFOUND) ? szProto : NULL;
-}
-
+}
\ No newline at end of file |