Skip to content

Commit

Permalink
Even more last minute changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tschoonj committed Jul 17, 2016
1 parent bf21cac commit 12aa112
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test1.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <gtkmm/printoperation.h>
#include <gtkmm/filechooserdialog.h>

#ifndef M_PI
#define M_PI (3.14159265358979323846)
#endif

namespace Test1 {
class Window : public Gtk::Window {
private:
Expand Down
4 changes: 4 additions & 0 deletions tests/test10.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "gtkmm-plplot.h"
#include <gtkmm/main.h>

#ifndef M_PI
#define M_PI (3.14159265358979323846)
#endif

static void activate (GtkApplication* app, gpointer user_data) {
Glib::ustring x_title = "X-axis";
Glib::ustring y_title = "Y-axis";
Expand Down
4 changes: 4 additions & 0 deletions tests/test3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <iostream>
#include <glib.h>

#ifndef M_PI
#define M_PI (3.14159265358979323846)
#endif

namespace Test3 {
class Window : public Gtk::Window {
private:
Expand Down
4 changes: 4 additions & 0 deletions tests/test9.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <gtkmm/spinbutton.h>
#include <gtkmm/colorbutton.h>

#ifndef M_PI
#define M_PI (3.14159265358979323846)
#endif

namespace Test9 {
class Window : public Gtk::Window {
private:
Expand Down

0 comments on commit 12aa112

Please sign in to comment.