]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/extended/class_SerializationContainer.php
Access level fixed
[shipsimu.git] / inc / classes / main / extended / class_SerializationContainer.php
index 136c07b8fdec6092ff0958bbf341945fc02fea31..54a4acb13c7d56f308d57d274df4e171ae5e5235 100644 (file)
  */
 class SerializationContainer extends FrameworkArrayObject {
        /**
-        * Protected constructor, please use the factory method belo!
+        * Protected constructor, must stay as public... *sigh*
         *
         * @return      void
         */
-       protected function __construct () {
+       public function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
        }