|
@@ -4,7 +4,6 @@ Open Asset Import Library (assimp)
|
|
|
|
|
|
Copyright (c) 2006-2022, assimp team
|
|
|
|
|
|
-
|
|
|
All rights reserved.
|
|
|
|
|
|
Redistribution and use of this software in source and binary forms,
|
|
@@ -385,12 +384,10 @@ struct Dummy : public BaseNode {
|
|
|
/** \brief Class to parse ASE files
|
|
|
*/
|
|
|
class Parser {
|
|
|
-private:
|
|
|
- Parser() AI_NO_EXCEPT {
|
|
|
- // empty
|
|
|
- }
|
|
|
-
|
|
|
public:
|
|
|
+ /// @brief No default constructor.
|
|
|
+ Parser() AI_NO_EXCEPT = delete
|
|
|
+
|
|
|
// -------------------------------------------------------------------
|
|
|
//! Construct a parser from a given input file which is
|
|
|
//! guaranteed to be terminated with zero.
|