From 35cc1c0ff33b36392577f09164b44ec9091693b1 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 2 Jul 2014 14:48:44 +0200 Subject: misc: Do not mix struct/class in the forward declaration --- src/sba.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sba.h') 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 } -class BTS; +struct BTS; class PollController; struct gprs_rlcmac_sba; struct gprs_rlcmac_pdch; -- cgit v1.2.3