blob: f272dad50f08d3ed5c43407c581c5704126a717e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
diff --git a/swftypes.h b/swftypes.h
index 31e1a70..0c166cb 100644
--- a/swftypes.h
+++ b/swftypes.h
@@ -498,9 +498,9 @@ private:
public:
#ifndef NDEBUG
//Stuff only used in debugging
- bool initialized;
int getRefCount(){ return ref_count; }
#endif
+ bool initialized;
bool implEnable;
void setPrototype(Class_base* c);
Class_base* getPrototype() const { return prototype; }
|