blob: 1215a7112e4fef26588f46fbe42e60f037f3ee3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- subtitleeditor-0.40.0.orig/plugins/actions/findandreplace/findandreplace.cc 2012-02-22 14:02:05.000000000 -0500
+++ subtitleeditor-0.40.0/plugins/actions/findandreplace/findandreplace.cc 2013-01-05 20:24:07.887899963 -0500
@@ -26,7 +26,7 @@
#include <gui/dialogutility.h>
#include <gtkmm_utility.h>
#include <widget_config_utility.h>
-#include <glib/gregex.h>
+#include <glib.h>
/*
* FIXME:
|