Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 272234 | Differences between
and this patch

Collapse All | Expand All

(-)a/common/library/grt-wb-controller/source/GraphRenderer.cpp (+1 lines)
Lines 2-7 Link Here
2
//#include <windows.h>
2
//#include <windows.h>
3
//#endif
3
//#endif
4
#include "GraphRenderer.h"
4
#include "GraphRenderer.h"
5
#include <climits>
5
6
6
#ifdef __GNUC__
7
#ifdef __GNUC__
7
const int GraphRenderer::K1F;
8
const int GraphRenderer::K1F;
(-)a/common/source/linux/MGFileBrowserList.cc (+1 lines)
Lines 20-25 Link Here
20
#include <unistd.h>
20
#include <unistd.h>
21
#include <sys/stat.h>
21
#include <sys/stat.h>
22
#include <errno.h>
22
#include <errno.h>
23
#include <string.h>
23
#include <stdio.h> /* rename() in FreeBSD */
24
#include <stdio.h> /* rename() in FreeBSD */
24
25
25
26
(-)a/common/source/linux/MGHMeterGraphPlotter.cc (+1 lines)
Lines 16-21 Link Here
16
16
17
17
18
#include "MGHMeterGraphPlotter.h"
18
#include "MGHMeterGraphPlotter.h"
19
#include <string.h>
19
20
20
21
21
22
(-)a/common/source/linux/MySQLGRT/MGRTValueTree.h (-1 / +1 lines)
Lines 50-56 class MGRTValueTree : public Gtk::TreeView { Link Here
50
    void set_icon(Gtk::TreeRow row, MGRTValue value);
50
    void set_icon(Gtk::TreeRow row, MGRTValue value);
51
    void add_value_item(Gtk::TreeIter iter, MGRTValue value);
51
    void add_value_item(Gtk::TreeIter iter, MGRTValue value);
52
    
52
    
53
    void add_list_to_store(MGRTValue list, Gtk::TreeRow *parent, std::list<MYX_GRT_VALUE*> *list);
53
    void add_list_to_store(MGRTValue list, Gtk::TreeRow *parent, std::list<MYX_GRT_VALUE*> *expanded_list);
54
    void add_dict_to_store(MGRTValue dict, Gtk::TreeRow &parent, std::list<MYX_GRT_VALUE*> *list);
54
    void add_dict_to_store(MGRTValue dict, Gtk::TreeRow &parent, std::list<MYX_GRT_VALUE*> *list);
55
55
56
    void remember_path(Gtk::TreeView *tree, const Gtk::TreeModel::Path &path, std::list<MYX_GRT_VALUE*> &list);
56
    void remember_path(Gtk::TreeView *tree, const Gtk::TreeModel::Path &path, std::list<MYX_GRT_VALUE*> &list);
(-)a/query-browser/source/linux/MGCodeEditor.cc (-1 / +1 lines)
Lines 16-21 Link Here
16
16
17
#include "MGCodeEditor.h"
17
#include "MGCodeEditor.h"
18
18
19
#include <string.h>
19
#include <gtksourceview/gtksourcelanguagesmanager.h>
20
#include <gtksourceview/gtksourcelanguagesmanager.h>
20
21
21
22
22
- 

Return to bug 272234