Skip to content

Commit

Permalink
Fix Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
messmerd committed Nov 19, 2023
1 parent 2fd7df8 commit 2043cac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion include/DetachableWidget.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@

#include <QWidget>

#include "lmms_export.h"

namespace lmms::gui {

class DetachableWidget : public QWidget
class LMMS_EXPORT DetachableWidget : public QWidget
{
Q_OBJECT
public:
Expand Down
4 changes: 3 additions & 1 deletion include/DetachableWindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@

#include <QMainWindow>

#include "lmms_export.h"

namespace lmms::gui {

class DetachableWindow : public QMainWindow
class LMMS_EXPORT DetachableWindow : public QMainWindow
{
Q_OBJECT
public:
Expand Down

0 comments on commit 2043cac

Please sign in to comment.