From 755ba647b8cf6e8a25b3c91d792775b0c235dabb Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 4 Feb 2011 06:09:32 -0800 Subject: [PATCH] Make a function static --- src/streamdec.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/streamdec.cpp b/src/streamdec.cpp index b796033..3982c5e 100644 --- a/src/streamdec.cpp +++ b/src/streamdec.cpp @@ -126,7 +126,7 @@ struct customStream : public alureStream { template -alureStream *get_stream_decoder(const T &fdata) +static alureStream *get_stream_decoder(const T &fdata) { std::map::iterator i = InstalledCallbacks.begin(); while(i != InstalledCallbacks.end() && i->first < 0) -- 2.11.4.GIT