Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 29654
Collapse All | Expand All

(-)glademm-2.0.0/src/ChildParamList.hh (+1 lines)
Lines 22-27 Link Here
22
#define CHILDPARAMLIST_HH
22
#define CHILDPARAMLIST_HH
23
#include <config.h>
23
#include <config.h>
24
#include "Tag.hh"
24
#include "Tag.hh"
25
#include <cassert>
25
26
26
class ChildParamList
27
class ChildParamList
27
{  	const Tag *tag;
28
{  	const Tag *tag;
(-)glademm-2.0.0/src/SourceWriter/CxxFile.cc (-1 / +3 lines)
Lines 23-29 Link Here
23
23
24
#include "CxxFile.hh"
24
#include "CxxFile.hh"
25
#include <cstdio>
25
#include <cstdio>
26
#include <algo.h>
26
#include <algorithm>
27
#include <cassert>
28
#include <iostream>
27
29
28
CxxFile &CxxFile::GlobalContext(Global_Context new_gc,bool stay_inside)
30
CxxFile &CxxFile::GlobalContext(Global_Context new_gc,bool stay_inside)
29
// insert blank line if necessary
31
// insert blank line if necessary
(-)glademm-2.0.0/src/Widget.hh (+1 lines)
Lines 28-33 Link Here
28
#include "ChildParamList.hh"
28
#include "ChildParamList.hh"
29
#include <iostream>
29
#include <iostream>
30
#include <stdexcept>
30
#include <stdexcept>
31
#include <cassert>
31
32
32
// Widget is a Tag handle class with convenience additions for widget
33
// Widget is a Tag handle class with convenience additions for widget
33
// handling. Constructing a Widget from an Tag is very fast, so remembering
34
// handling. Constructing a Widget from an Tag is very fast, so remembering

Return to bug 29654