mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
6a4566b7ae
PR: ports/85122 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Approved by: maintainer timeout (18 days)
12 lines
292 B
C++
12 lines
292 B
C++
--- src/folder.cxx.orig Wed Aug 17 10:15:03 2005
|
|
+++ src/folder.cxx Wed Aug 17 10:15:29 2005
|
|
@@ -1382,7 +1382,7 @@
|
|
}
|
|
folders_functions::~folders_functions()
|
|
{ }
|
|
-void folders_functions::call(enum CALLTYPE m=FOLDERS)
|
|
+void folders_functions::call(enum CALLTYPE m)
|
|
{
|
|
if (func)
|
|
func();
|