Skip to content

Commit f15303b

Browse files
more tidy
1 parent aa8d5db commit f15303b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

include/geode/stochastic/spatial/object_neighborhood.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
namespace geode
3232
{
3333
FORWARD_DECLARATION_DIMENSION_CLASS( BoundingBox );
34+
struct uuid;
3435
} // namespace geode
3536

3637
namespace geode

src/geode/stochastic/sampling/direct/double_sampler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ namespace geode
4343
using DistributionFactory = std::function< DoubleSampler::Distribution(
4444
const DoubleSampler::DistributionDescription& ) >;
4545

46-
const auto& distribution_registry()
46+
static const auto& distribution_registry()
4747
{
4848
static const absl::flat_hash_map< DistributionType, // key type
4949
DistributionFactory, // value type

0 commit comments

Comments
 (0)