mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tools: new tool to extracts function names declared in V files
This commit is contained in:

committed by
Alexander Medvednikov

parent
cd8b0d04bb
commit
eef73eea22
@@ -30,7 +30,7 @@ struct Asset {
|
||||
}
|
||||
|
||||
// new_manager returns a new AssetManager
|
||||
pub fn new_manager() *AssetManager {
|
||||
pub fn new_manager() &AssetManager {
|
||||
return &AssetManager{}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user