#pragma once
for our headers plus drive-by formatting
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user