1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/devel/subcommander2/files/patch-subcommander__DiffSummarizeLvi.cpp
Marcelo Araujo 0b1cf879c5 - Update to 2.0.0.b5.2.
PR:		ports/172504
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2012-12-13 11:54:14 +00:00

21 lines
517 B
C++

--- subcommander/DiffSummarizeLvi.cpp.orig 2007-08-04 16:22:10.000000000 +0900
+++ subcommander/DiffSummarizeLvi.cpp 2012-05-10 05:41:05.000000000 +0900
@@ -13,7 +13,7 @@
#include "svn/DiffSummarize.h"
-static char* getSummarizeCode( svn::DiffSummarizeKind kind )
+static char* const getSummarizeCode( svn::DiffSummarizeKind kind )
{
switch( kind )
{
@@ -25,7 +25,7 @@
}
}
-static char* getNodCode( svn::NodeKind kind )
+static char* const getNodCode( svn::NodeKind kind )
{
switch( kind )
{