aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Visual/projectm/projectmwrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Visual/projectm/projectmwrapper.h')
-rw-r--r--src/plugins/Visual/projectm/projectmwrapper.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/Visual/projectm/projectmwrapper.h b/src/plugins/Visual/projectm/projectmwrapper.h
index 530ee0fee..95f76f5ea 100644
--- a/src/plugins/Visual/projectm/projectmwrapper.h
+++ b/src/plugins/Visual/projectm/projectmwrapper.h
@@ -28,8 +28,8 @@ class ProjectMWrapper : public QObject, public projectM
{
Q_OBJECT
public:
- explicit ProjectMWrapper(std::string config_file, int flags, QObject *parent = 0);
- explicit ProjectMWrapper(Settings settings, int flags, QObject *parent = 0);
+ explicit ProjectMWrapper(std::string config_file, int flags, QObject *parent = nullptr);
+ explicit ProjectMWrapper(Settings settings, int flags, QObject *parent = nullptr);
virtual ~ProjectMWrapper();