Skip to content

Commit

Permalink
Update developer.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
kimkulling committed Apr 7, 2021
1 parent a928163 commit c12f674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/developer/developer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Wrap the same guard around your .cpp!
* Implement **Assimp::BaseImporter::GetExtensionList()** : here you have to add the provided extensions (for the Wavefront-Files add .obj for instance).
* For error handling, throw a dynamic allocated **ImportErrorException** (see Appendix A) for critical errors, and log errors, warnings, infos and debuginfos
with **DefaultLogger::get()->[error, warn, debug, info]**.
* Here an example:
* A simple example:

::

Expand Down

0 comments on commit c12f674

Please sign in to comment.