Fixed typedef-related warnings from compiler.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/1/head
Michele Calgaro 6 years ago
parent c0dd6fa720
commit 28ea76eab7
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -17,7 +17,7 @@
#ifndef _STATISTICSDB_H_H
#define _STATISTICSDB_H_H 1
typedef struct sqlite3;
struct sqlite3;
class StatisticsDB
{

@ -31,7 +31,7 @@ class Connector;
class Request;
class TLSHandler;
typedef struct NovellDN
struct NovellDN
{
TQString dn;
TQString server;

Loading…
Cancel
Save