Skip to content

Commit

Permalink
fix new name
Browse files Browse the repository at this point in the history
  • Loading branch information
davemarco committed Oct 5, 2024
1 parent 5be8974 commit fce620e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/clp_ffi_js/ir/StreamReader.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include <emscripten/bind.h>
#include <emscripten/val.h>

#include <clp_ffi_js/ir/LogViewerEvent.hpp>
#include <clp_ffi_js/ir/LogEventWithLevel.hpp>
#include <clp_ffi_js/ir/StreamReaderDataContext.hpp>

namespace clp_ffi_js::ir {
Expand Down Expand Up @@ -97,7 +97,7 @@ class StreamReader {
stream_reader_data_context);

// Variables
std::vector<LogViewerEvent<clp::ir::four_byte_encoded_variable_t>> m_encoded_log_events;
std::vector<LogEventWithLevel<clp::ir::four_byte_encoded_variable_t>> m_encoded_log_events;
std::unique_ptr<StreamReaderDataContext<clp::ir::four_byte_encoded_variable_t>>
m_stream_reader_data_context;
std::optional<std::vector<size_t>> m_filtered_log_event_map;
Expand Down

0 comments on commit fce620e

Please sign in to comment.