mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
remove data type from variables name
This commit is contained in:
parent
d812e59794
commit
c52a9a3f78
4 changed files with 21 additions and 21 deletions
|
|
@ -33,8 +33,8 @@ namespace app::browser::main::tab
|
|||
// Socket
|
||||
char buffer[0xfffff]; // 1Mb
|
||||
|
||||
Glib::RefPtr<Gio::SocketClient> GioSocketClient_RefPtr;
|
||||
Glib::RefPtr<Gio::SocketConnection> GioSocketConnection_RefPtr;
|
||||
Glib::RefPtr<Gio::SocketClient> GioSocketClient;
|
||||
Glib::RefPtr<Gio::SocketConnection> GioSocketConnection;
|
||||
|
||||
// Components
|
||||
page::Content * pageContent;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue