aboutsummaryrefslogtreecommitdiff
path: root/src/reflections.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/reflections.h')
-rw-r--r--src/reflections.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reflections.h b/src/reflections.h
index a3a3993..ac08133 100644
--- a/src/reflections.h
+++ b/src/reflections.h
@@ -34,7 +34,7 @@ typedef struct reflection_struct {
ReflectionType type;
- struct reflection_struct *next;
+ struct reflection_struct *next; /* MUST BE LAST in order for caching to work */
} Reflection;