Skip to content

Commit

Permalink
Fix ODR violation, correct Ui_TaskSketcherGeneral namespace
Browse files Browse the repository at this point in the history
The generated ui_TaskSketcherGeneral.h defines the class in the
SketcherGui namespace.

Fixes #4529
  • Loading branch information
StefanBruens authored and wwmayer committed Jan 28, 2021
1 parent 1dddcd0 commit 569817d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Mod/Sketcher/Gui/TaskSketcherGeneral.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
#include <Gui/Selection.h>
#include <boost_signals2.hpp>

class Ui_TaskSketcherGeneral;

namespace App {
class Property;
}
Expand All @@ -40,6 +38,7 @@ class ViewProvider;

namespace SketcherGui {

class Ui_TaskSketcherGeneral;
class ViewProviderSketch;

class SketcherGeneralWidget : public QWidget
Expand Down

0 comments on commit 569817d

Please sign in to comment.