mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +00:00
committed by
Konstantin Pastbin
parent
c9cbb64f12
commit
76ffc99abd
13
libs/editor/editable_data_source.hpp
Normal file
13
libs/editor/editable_data_source.hpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include "editor/editable_feature_source.hpp"
|
||||
|
||||
#include "indexer/data_source.hpp"
|
||||
|
||||
#include <memory>
|
||||
|
||||
class EditableDataSource : public DataSource
|
||||
{
|
||||
public:
|
||||
EditableDataSource() : DataSource(std::make_unique<EditableFeatureSourceFactory>()) {}
|
||||
};
|
||||
Reference in New Issue
Block a user