You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Enforce template syntax typename over class
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
|
||||
#include "core/templates/ring_buffer.h"
|
||||
|
||||
template <class T>
|
||||
template <typename T>
|
||||
class PacketBuffer {
|
||||
private:
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user