[gtksourceviewmm] SearchContext: Remove unnecessary ;
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceviewmm] SearchContext: Remove unnecessary ;
- Date: Wed, 3 Aug 2016 10:25:49 +0000 (UTC)
commit d41a6d4c5154b581ffb0d8ecf5fbc51d271a7548
Author: Murray Cumming <murrayc murrayc com>
Date: Wed Aug 3 11:24:21 2016 +0200
SearchContext: Remove unnecessary ;
This leads to a compiler warning.
gtksourceview/src/searchcontext.hg | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtksourceview/src/searchcontext.hg b/gtksourceview/src/searchcontext.hg
index 291955d..9ea0a9e 100644
--- a/gtksourceview/src/searchcontext.hg
+++ b/gtksourceview/src/searchcontext.hg
@@ -103,7 +103,7 @@ public:
*
* @newin{3,16}
*/
- _WRAP_METHOD(void set_match_style(const Glib::RefPtr<Style>& match_style),
gtk_source_search_context_set_match_style);
+ _WRAP_METHOD(void set_match_style(const Glib::RefPtr<Style>& match_style),
gtk_source_search_context_set_match_style)
/** Regular expression patterns must follow certain rules. If “search-text” breaks a rule, the error can
be retrieved with this function. The
* error domain is G_REGEX_ERROR.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]