summaryrefslogtreecommitdiff
path: root/src/includes.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2013-09-26 07:12:21 -0700
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2013-09-26 07:12:21 -0700
commitecfca6b1197658afb85fffd6f6ac9e92311a4b07 (patch)
treed4b2d1a8717db60a1a2a5767c0ffe21dd79f158f /src/includes.h
parentffdaa0590d33ea89d116f6c56df2474cc0675ec9 (diff)
Renamed member class to hashmember, because we're going to use the member class for specifying class information
Diffstat (limited to 'src/includes.h')
-rw-r--r--src/includes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/includes.h b/src/includes.h
index 20e7e95..5602e06 100644
--- a/src/includes.h
+++ b/src/includes.h
@@ -42,7 +42,7 @@
#include "../include/byval.h"
#include "../include/byref.h"
#include "../include/global.h"
-#include "../include/member.h"
+#include "../include/hashmember.h"
#include "../include/parameters.h"
#include "../include/function.h"
#include "../include/base.h"