mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 15:29:32 +02:00
More warning fixes
This commit is contained in:
parent
4bfa279b1b
commit
7472673dae
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ void renderItems(const SceneContextPointer& sceneContext, const RenderContextPoi
|
||||||
|
|
||||||
class FetchItems {
|
class FetchItems {
|
||||||
public:
|
public:
|
||||||
typedef std::function<void (const RenderContextPointer& context, size_t count)> ProbeNumItems;
|
typedef std::function<void (const RenderContextPointer& context, int count)> ProbeNumItems;
|
||||||
FetchItems(const ProbeNumItems& probe): _probeNumItems(probe) {}
|
FetchItems(const ProbeNumItems& probe): _probeNumItems(probe) {}
|
||||||
FetchItems(const ItemFilter& filter, const ProbeNumItems& probe): _filter(filter), _probeNumItems(probe) {}
|
FetchItems(const ItemFilter& filter, const ProbeNumItems& probe): _filter(filter), _probeNumItems(probe) {}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue