mirror of
https://github.com/halleysfifthinc/AVCLAN-Mockingboard.git
synced 2026-08-11 08:22:52 +00:00
Move Error::Parse enum into avclan.h
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@
|
||||
#include "frame.hpp"
|
||||
|
||||
namespace {
|
||||
using Error = avclan::Frame::Error;
|
||||
using Error = avclan::detail::Error;
|
||||
using enum Error::Parse;
|
||||
} // namespace
|
||||
|
||||
|
||||
Reference in New Issue
Block a user