freebsd-ports/sysutils/rfstool/files/patch-reiserfs.h
Stanislav Sedov da9462706d - Honour CC and CXX
- Fix compiling with gcc 4.1

Approved by:	sem (mentor)
2006-10-02 13:34:33 +00:00

11 lines
259 B
C

--- reiserfs.h.orig Mon Oct 2 13:58:35 2006
+++ reiserfs.h Mon Oct 2 13:58:39 2006
@@ -268,7 +268,7 @@
{
}
- ReiserFsBlock::~ReiserFsBlock()
+ ~ReiserFsBlock()
{
delete m_lpbMemory;
}