Skip to content

Commit e450290

Browse files
committed
Fix example1
1 parent 4596185 commit e450290

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/example1/example1.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ auto main() -> int {
7272
auto model_source = kangaru::object_source{model};
7373

7474
auto source = kangaru::with_recursion{
75-
kangaru::with_construction{
75+
kangaru::with_function_call{
7676
kangaru::tie(camera_source, model_source),
77-
kangaru::non_empty_construction{},
77+
kangaru::non_empty_constructor{},
7878
}
7979
};
8080

0 commit comments

Comments
 (0)