summaryrefslogtreecommitdiffstats
path: root/kopete/plugins/statistics
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:01:09 +0900
commita8b17b44281cf5f64e9668f7c529e1ed9b1e8c0a (patch)
treeb9b8ddc0e0a2237a80e5de07e98b10b22d9b11e7 /kopete/plugins/statistics
parent3187fddb0666f3da3d9ef6e985f88ef7bc35d340 (diff)
downloadtdenetwork-a8b17b44281cf5f64e9668f7c529e1ed9b1e8c0a.tar.gz
tdenetwork-a8b17b44281cf5f64e9668f7c529e1ed9b1e8c0a.zip
Fixed typedef-related warnings from compiler.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 28ea76eab7dbb4fb641217650c4cbe8c023cbc2e)
Diffstat (limited to 'kopete/plugins/statistics')
-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
{