function pointer type problem fixed

This commit is contained in:
zimoch
2014-06-24 13:19:36 +00:00
parent a12de614d6
commit 0ab0d6db07

View File

@ -270,7 +270,7 @@ epicsExportRegistrar(streamRegistrar);
struct stream_drvsup { struct stream_drvsup {
long number; long number;
long (*report)(int); long (*report)(int);
DRVSUPFUN init; long (*init)();
} stream = { } stream = {
2, 2,
Stream::report, Stream::report,