diff options
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 |