pastebin

Paste #Ccb -- näytä pelkkänä tekstinä -- uusi tämän pohjalta

Värjäys: Tyyli: ensimmäinen rivinumero: Tabin korvaus:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
$ diff master HEAD

...
diff --git a/src/mapgen.h b/src/mapgen.h
index 5d1e3bd..d090dd2 100644
--- a/src/mapgen.h
+++ b/src/mapgen.h
@@ -143,6 +143,7 @@ class Ore {
                np      = NULL;
                noise   = NULL;
        }
+       virtual ~Ore() {}
        
        virtual ~Ore();
        
...