#pragma once
for our headers plus drive-by formatting
This commit is contained in:
@@ -16,14 +16,16 @@
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with RawTherapee. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#ifndef _PROGRESSCONNECTOR_
|
||||
#define _PROGRESSCONNECTOR_
|
||||
#pragma once
|
||||
|
||||
#include <gtkmm.h>
|
||||
|
||||
#include <sigc++/sigc++.h>
|
||||
#include <gtkmm.h>
|
||||
#include "../rtengine/rtengine.h"
|
||||
|
||||
#include "guiutils.h"
|
||||
|
||||
#include "../rtengine/rtengine.h"
|
||||
|
||||
#undef THREAD_PRIORITY_NORMAL
|
||||
|
||||
class PLDBridge :
|
||||
@@ -109,4 +111,3 @@ public:
|
||||
return retval;
|
||||
}
|
||||
};
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user