#pragma once for our headers plus drive-by formatting

This commit is contained in:
Flössie
2019-10-31 10:20:50 +01:00
parent aacea7046c
commit add5c790d6
177 changed files with 946 additions and 1158 deletions

View File

@@ -18,13 +18,15 @@
*
* Class created by Jean-Christophe FRISCH, aka 'Hombre'
*/
#ifndef _POPUPBUTTON_
#define _POPUPBUTTON_
#pragma once
#include <gtkmm/button.h>
#include "popupcommon.h"
class PopUpButton : public Gtk::Button, public PopUpCommon
class PopUpButton :
public Gtk::Button,
public PopUpCommon
{
public:
@@ -40,5 +42,3 @@ private:
bool nextOnClicked;
};
#endif