aboutsummaryrefslogtreecommitdiff
path: root/src/framework/GameSystem/GridReference.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/framework/GameSystem/GridReference.h')
-rw-r--r--src/framework/GameSystem/GridReference.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/framework/GameSystem/GridReference.h b/src/framework/GameSystem/GridReference.h
index e6bd5da1237..d4bd6752515 100644
--- a/src/framework/GameSystem/GridReference.h
+++ b/src/framework/GameSystem/GridReference.h
@@ -17,11 +17,15 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+
#ifndef _GRIDREFERENCE_H
#define _GRIDREFERENCE_H
+
#include "Utilities/LinkedReference/Reference.h"
+
template<class OBJECT>
class GridRefManager;
+
template<class OBJECT>
class TRINITY_DLL_SPEC GridReference : public Reference<GridRefManager<OBJECT>, OBJECT>
{