summaryrefslogtreecommitdiff
path: root/graphics/pfstools/files/patch-src-pfs-pfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/pfstools/files/patch-src-pfs-pfs.h')
-rw-r--r--graphics/pfstools/files/patch-src-pfs-pfs.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/graphics/pfstools/files/patch-src-pfs-pfs.h b/graphics/pfstools/files/patch-src-pfs-pfs.h
index 72276e7d04fc..4a40523f84be 100644
--- a/graphics/pfstools/files/patch-src-pfs-pfs.h
+++ b/graphics/pfstools/files/patch-src-pfs-pfs.h
@@ -1,6 +1,6 @@
---- src/pfs/pfs.h.orig 2006-03-01 17:21:16.000000000 +0000
-+++ src/pfs/pfs.h 2014-02-20 19:04:01.566588122 +0000
-@@ -115,6 +115,7 @@
+--- src/pfs/pfs.h.orig 2006-03-01 17:21:16 UTC
++++ src/pfs/pfs.h
+@@ -115,6 +115,7 @@ namespace pfs
class TagIterator
{
public:
@@ -8,7 +8,7 @@
/**
* Get next item on the list.
*
-@@ -135,6 +136,7 @@
+@@ -135,6 +136,7 @@ namespace pfs
class TagContainer
{
public:
@@ -16,7 +16,7 @@
/**
* Get a string tag of the name tagName from the TagContainer.
* @param tagName name of the tag to retrieve
-@@ -181,6 +183,7 @@
+@@ -181,6 +183,7 @@ namespace pfs
*/
class Channel : public Array2D {
public:
@@ -24,7 +24,7 @@
/**
* Gets width of the channel (in pixels).
* This is a synonym for Array2D::getCols().
-@@ -226,6 +229,7 @@
+@@ -226,6 +229,7 @@ namespace pfs
class ChannelIterator
{
public:
@@ -32,7 +32,7 @@
/**
* Get next item on the list.
*/
-@@ -580,7 +584,9 @@
+@@ -580,7 +584,9 @@ namespace pfs
*/
Exception( const char* const message )
{