More NoCopy.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5945 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
@@ -32,12 +32,13 @@
|
||||
using namespace irr;
|
||||
|
||||
#include "io/xml_node.hpp"
|
||||
#include "utils/no_copy.hpp"
|
||||
|
||||
/**
|
||||
* \brief class handling files and paths
|
||||
* \ingroup io
|
||||
*/
|
||||
class FileManager
|
||||
class FileManager : public NoCopy
|
||||
{
|
||||
private:
|
||||
/** Handle to irrlicht's file systems. */
|
||||
|
||||
@@ -20,6 +20,8 @@
|
||||
#ifndef HEADER_XML_NODE_HPP
|
||||
#define HEADER_XML_NODE_HPP
|
||||
|
||||
#include "utils/no_copy.hpp"
|
||||
|
||||
#include <string>
|
||||
#include <map>
|
||||
#include <vector>
|
||||
@@ -32,7 +34,7 @@ class Vec3;
|
||||
* \brief utility class used to parse XML files
|
||||
* \ingroup io
|
||||
*/
|
||||
class XMLNode
|
||||
class XMLNode : public NoCopy
|
||||
{
|
||||
private:
|
||||
/** Name of this element. */
|
||||
|
||||
Reference in New Issue
Block a user