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/poll_controller.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/poll_controller.h') diff --git a/src/poll_controller.h b/src/poll_controller.h index 67af4084..dac3e6d4 100644 --- a/src/poll_controller.h +++ b/src/poll_controller.h @@ -23,7 +23,7 @@ struct gprs_rlcmac_bts; -class BTS; +struct BTS; /** * I belong to a BTS and I am responsible for finding TBFs and -- cgit v1.2.3