mirror of
https://github.com/AxioDL/amuse.git
synced 2025-12-10 14:07:48 +00:00
Convert to pragma once
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#ifndef AMUSE_EDITOR_WIDGET_HPP
|
||||
#define AMUSE_EDITOR_WIDGET_HPP
|
||||
#pragma once
|
||||
|
||||
#include <QWidget>
|
||||
#include <QUndoCommand>
|
||||
@@ -251,4 +250,3 @@ private slots:
|
||||
void doFindUsages();
|
||||
};
|
||||
|
||||
#endif //AMUSE_EDITOR_WIDGET_HPP
|
||||
|
||||
Reference in New Issue
Block a user