MapLibre Native Core
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
async_request.hpp
Go to the documentation of this file.
1 #pragma once
2 
4 
5 namespace mbgl {
6 
7 class AsyncRequest : private util::noncopyable {
8 public:
9  virtual ~AsyncRequest() = default;
10 };
11 
12 } // namespace mbgl
virtual ~AsyncRequest()=default
Definition: actor.hpp:15