Modernize all typedefs with using statements
This commit is contained in:
committed by
Alex Chernyakhovsky
parent
38c84a9330
commit
8469db91db
@@ -66,7 +66,7 @@ namespace Terminal {
|
||||
bool clears_wrap_state;
|
||||
};
|
||||
|
||||
typedef std::map<std::string, Function> dispatch_map_t;
|
||||
using dispatch_map_t = std::map<std::string, Function>;
|
||||
|
||||
class DispatchRegistry {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user