Browse Source

Forgot to remove iostream include.

merge-requests/365/head
eidheim 10 years ago
parent
commit
3581669eba
  1. 1
      src/dialogs.cc

1
src/dialogs.cc

@ -3,7 +3,6 @@
#include <gtkmm.h>
#include <vector>
#include "juci.h"
#include <iostream>
std::string open_dialog(const std::string &title,
const std::vector<std::pair<std::string, Gtk::ResponseType>> &buttons,

Loading…
Cancel
Save