aboutsummaryrefslogtreecommitdiff
path: root/src/Gnome.cc
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-11-26 19:49:40 (GMT)
committerfluxgen <fluxgen>2002-11-26 19:49:40 (GMT)
commit70b0a14fd1deb34b5f97e6c86e17d560d857a377 (patch)
treec4928bcdac6515d5d72cc75dd5025d2f517a56ce /src/Gnome.cc
parentdcafcfa17d90412e83923d67e95df96dab46d333 (diff)
downloadfluxbox-70b0a14fd1deb34b5f97e6c86e17d560d857a377.zip
fluxbox-70b0a14fd1deb34b5f97e6c86e17d560d857a377.tar.bz2
nothrow in header new
Diffstat (limited to 'src/Gnome.cc')
-rw-r--r--src/Gnome.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Gnome.cc b/src/Gnome.cc
index 4d21fb6..5ceedf4 100644
--- a/src/Gnome.cc
+++ b/src/Gnome.cc
@@ -19,7 +19,7 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: Gnome.cc,v 1.4 2002/10/16 19:06:51 fluxgen Exp $ 22// $Id: Gnome.cc,v 1.5 2002/11/26 19:49:40 fluxgen Exp $
23 23
24#include "Gnome.hh" 24#include "Gnome.hh"
25 25
@@ -27,6 +27,7 @@
27#include "Screen.hh" 27#include "Screen.hh"
28 28
29#include <iostream> 29#include <iostream>
30#include <new>
30using namespace std; 31using namespace std;
31 32
32Gnome::Gnome() { 33Gnome::Gnome() {