summaryrefslogtreecommitdiffstats
path: root/kopete/plugins/statistics/statisticsdb.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-08-23 22:00:49 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-08-23 22:00:49 +0900
commit28ea76eab7dbb4fb641217650c4cbe8c023cbc2e (patch)
tree3c3e61e5a68526bc5bcc7e920a27e5ca50812c5c /kopete/plugins/statistics/statisticsdb.h
parentc0dd6fa720aa2e5c9a7bbc7f169ec7912905bd3a (diff)
downloadtdenetwork-28ea76ea.tar.gz
tdenetwork-28ea76ea.zip
Fixed typedef-related warnings from compiler.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kopete/plugins/statistics/statisticsdb.h')
-rw-r--r--kopete/plugins/statistics/statisticsdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/plugins/statistics/statisticsdb.h b/kopete/plugins/statistics/statisticsdb.h
index 444e80c0..b4124b41 100644
--- a/kopete/plugins/statistics/statisticsdb.h
+++ b/kopete/plugins/statistics/statisticsdb.h
@@ -17,7 +17,7 @@
#ifndef _STATISTICSDB_H_H
#define _STATISTICSDB_H_H 1
-typedef struct sqlite3;
+struct sqlite3;
class StatisticsDB
{