Browse Source

Deleted move constructor of LazyObject

mensinda 9 years ago
parent
commit
b045a1ec5c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      code/STEPFile.h

+ 2 - 0
code/STEPFile.h

@@ -598,6 +598,8 @@ namespace STEP {
 
         LazyObject( LazyObject const& ) = delete;
         LazyObject operator=( LazyObject const& ) = delete;
+        LazyObject( LazyObject && ) = delete;
+        LazyObject operator=( LazyObject  && ) = delete;
 
     public: