Fixed compilation issue of config without Qt
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
#if !defined(QT_CONFIG)
|
#if !defined(QT_CONFIG)
|
||||||
#include <boost/scoped_ptr.hpp>
|
#include <boost/scoped_ptr.hpp>
|
||||||
typedef ManaCostPtr boost::scoped_ptr<ManaCost>
|
typedef boost::scoped_ptr<ManaCost> ManaCostPtr;
|
||||||
#else
|
#else
|
||||||
#include <QScopedPointer>
|
#include <QScopedPointer>
|
||||||
class ManaCostPtr : public QScopedPointer<ManaCost>
|
class ManaCostPtr : public QScopedPointer<ManaCost>
|
||||||
|
|||||||
Reference in New Issue
Block a user