Skip to content

Commit 3200ca2

Browse files
committed
Ensure placeholder populator is set
1 parent ffc313a commit 3200ca2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

include/webxx.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,9 @@ namespace Webxx { namespace internal {
480480
collector{tCollector}, options{tOptions}
481481
{
482482
options.renderBuffer.reserve(options.renderBufferSize);
483+
if (!options.placeholderPopulator) {
484+
options.placeholderPopulator = noopPopulator;
485+
}
483486
}
484487

485488
private:

0 commit comments

Comments
 (0)