partly working mac build settings from last update
[feisty_meow.git] / nucleus / library / structures / amorph.h
index c4992cfb9f9ab49af4a15042caed09a660a8616f..69cf27b1831a953037ad4da9ba38ced7d5a4afe9 100644 (file)
@@ -55,7 +55,7 @@
 namespace structures {
 
 template <class contents>
-class amorph : private basis::array<contents *>
+class amorph : protected basis::array<contents *>
 {
 public:
   amorph(int elements = 0);