1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/graphics/paintlib/files/patch-common-test-pltestdecoders.cpp
Michael Nottebrock 1be355bf9a Add paintlib, an C++ library for processing images
Submitted by: Frerich Raabe <frerich.raabe@gmx.de>i by:
2004-06-18 20:34:32 +00:00

12 lines
370 B
C++

--- common/test/pltestdecoders.cpp.orig Fri Jun 18 22:09:17 2004
+++ common/test/pltestdecoders.cpp Fri Jun 18 22:09:36 2004
@@ -135,7 +135,7 @@
#ifndef WIN32
// this function is used to select all files that do not start with a dot
-int selectFile(const struct dirent * theEntry)
+int selectFile(struct dirent * theEntry)
{
if (theEntry->d_name[0] == '.')
{