Fix BoxLayout
This commit is contained in:
committed by
Jérôme Leclercq
parent
caa9d4c11e
commit
27dab13484
@@ -7,14 +7,13 @@
|
||||
#ifndef NAZARA_WIDGETS_BOXLAYOUT_HPP
|
||||
#define NAZARA_WIDGETS_BOXLAYOUT_HPP
|
||||
|
||||
#include <NDK/BaseWidget.hpp>
|
||||
#include <NDK/ClientPrerequisites.hpp>
|
||||
#include <NDK/Widgets/Enums.hpp>
|
||||
#include <Nazara/Widgets/BaseWidget.hpp>
|
||||
#include <Nazara/Widgets/Enums.hpp>
|
||||
#include <memory>
|
||||
|
||||
namespace Nz
|
||||
{
|
||||
class NDK_CLIENT_API BoxLayout : public BaseWidget
|
||||
class NAZARA_WIDGETS_API BoxLayout : public BaseWidget
|
||||
{
|
||||
public:
|
||||
BoxLayout(BaseWidget* parent, BoxLayoutOrientation orientation);
|
||||
@@ -36,6 +35,6 @@ namespace Nz
|
||||
};
|
||||
}
|
||||
|
||||
#include <NDK/Widgets/BoxLayout.inl>
|
||||
#include <Nazara/Widgets/BoxLayout.inl>
|
||||
|
||||
#endif // NAZARA_WIDGETS_BOXLAYOUT_HPP
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// For conditions of distribution and use, see copyright notice in Config.hpp
|
||||
|
||||
#include <Nazara/Widgets/BoxLayout.hpp>
|
||||
#include <NDK/Widgets/BoxLayout.hpp>
|
||||
#include <Nazara/Widgets/Debug.hpp>
|
||||
|
||||
namespace Nz
|
||||
|
||||
Reference in New Issue
Block a user