Skip to content

Commit

Permalink
formats
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerryliu committed Jun 30, 2017
1 parent 60988c7 commit edc8c42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/legend.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Legend {
unsigned int device_index;
unsigned int type;
vector<Device::sensor_reading> sensor_readings;

vector<std::shared_ptr<Gtk::Label>> m_labels;
vector<std::shared_ptr<Gtk::Button>> m_color_buttons;
vector<std::shared_ptr<Gtk::Label>> m_color_labels;
Expand Down
2 changes: 1 addition & 1 deletion src/window.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include "window.h"
#include "device.h"
#include "graph.h"
#include "legend.h"
#include "tree.h"
#include "window.h"
#include <chrono>
#include <experimental/filesystem>
#include <gtkmm.h>
Expand Down

0 comments on commit edc8c42

Please sign in to comment.