aboutsummaryrefslogtreecommitdiffstats
path: root/src/sba.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-07-02 14:48:44 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-07-02 14:48:44 +0200
commit35cc1c0ff33b36392577f09164b44ec9091693b1 (patch)
treed93c157756cc11f6fd34e2485b4fcc694f5780b2 /src/sba.h
parentf3405e5b0342362d5d592f013014847a4dc135d8 (diff)
misc: Do not mix struct/class in the forward declaration
Diffstat (limited to 'src/sba.h')
-rw-r--r--src/sba.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sba.h b/src/sba.h
index f39834a9..9047f1a3 100644
--- a/src/sba.h
+++ b/src/sba.h
@@ -26,7 +26,7 @@ extern "C" {
#include <osmocom/core/linuxlist.h>
}
-class BTS;
+struct BTS;
class PollController;
struct gprs_rlcmac_sba;
struct gprs_rlcmac_pdch;